@font-face {
    font-family: 'chaloops-regular';
    src: url('../fonts/chaloops-regular-webfont.woff2') format('woff2'),
         url('../fonts/chaloops-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'filson-pro';
    src: url('../fonts/filsonpro-regular-webfont.woff2') format('woff2'),
         url('../fonts/filsonpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {font-family: filson-pro, sans-serif; background-color: white}
.nav-link {color: white; font-size: 20px;}
.nav-item {padding-left: 55px; padding-right: 55px}
.titre  {font-family: chaloops-regular, sans-serif; font-style: normal; font-size: 30px; font-weight: 400;}
h1 {font-family: chaloops-regular, sans-serif; font-size: 40px; font-weight: bold}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {color: #ee7e88 !important}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {color: #008ac4 !important}
.woocommerce img, .woocommerce-page img {max-width: none !important; height: none !important }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {background-color: #ee7e88 !important}